Loop Through String: Just like we can loop through a list in Python, we can also loop through a string!

When we loop through a string we repeat each action in the loop once for each letter in the string.

  • Run the program to see an example. Follow the directions on stage to complete the activity.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)